Zum Hauptinhalt springen

Withdrawal by Card Number

Example of withdrawal transaction by card number:

To initialize a request with confirmation:

curl --location 'https://heth.me/api/v1/transactions' \
--header 'Content-Type: application/json' \
--header 'x-api-key: 440944de-e5a4-6aab-9c57-3bf2e7282c64' \
--data '{
"params": {
"amount": 100000000000000000,
"currency": "USDT",
"env": "prod",
"type": "payout",
"route": "hot_hot_ETH",
"money_storage": {
"network": "ETH",
"type": "bank_card",
"currency": "USDT",
"cardnumber": "9981050281497239"
},
"description": "Withdrawal",
"txid": "hot-hot_test"
}
}'
FieldDescriptionTypeExample
amountTransaction amount (in minor units)Number10000000000000000000
currencyTransaction currency (default USDT)StringUSDT
envTransaction environment (default prod)Stringprod
routeTransaction route (must match route mapping)Stringhot_hot_ETH
typeTransaction type (in this case payout)Stringpayout
money_storageRecipient data objectObject
>networkBlockchain network (TRX or ETH)StringETH
>typeTransaction type for wallets (here bank_card)Stringbank_card
>currencyRecipient currency (default USDT)StringUSDT
>cardnumberRecipient card numberString9981050281497239
descriptionTransaction descriptionStringWithdrawal
txidTransaction identifierStringhot-hot_test